.about {
  padding-top: 105px; }
  @media (max-width: 991px) {
    .about {
      padding-top: 40px; } }
  .about__title {
    font-family: 'GothamProBold';
    font-size: 24px;
    color: #040404;
    text-align: center; }
  .about__subtitle {
    font-family: 'GothamProBold';
    font-size: 18px;
    color: #040404;
    text-align: center; }
  .about__o-company {
    margin: 0px auto;
    max-width: 720px;
    font-size: 14px;
    color: #040404; }
    .about__o-company:before {
      content: '';
      display: block;
      margin: 0px auto;
      margin-top: 20px;
      margin-bottom: 50px;
      height: 29px;
      width: 1px;
      background: #626C70; }
  .about__certificates {
    padding: 50px 0px;
    background: #F6F6F6; }
  .about__content {
    padding-top: 70px;
    padding-bottom: 50px; }
    .about__content p {
      margin: 0px;
      font-size: 14px;
      color: #040404; }
      .about__content p:not(:last-child):after {
        content: '';
        display: block;
        margin: 24px auto;
        width: 110px;
        height: 1px;
        background: #C8C8C8; }

.numbers {
  padding: 55px 0px; }
  .numbers__inner {
    margin-top: 50px;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    @media (max-width: 991px) {
      .numbers__inner {
        margin-top: 0px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
  .numbers__title {
    font-family: 'GothamProBold';
    font-size: 24px;
    color: #040404;
    text-align: center; }
  .numbers__subtitle {
    font-size: 18px;
    color: #040404;
    text-align: center; }
  .numbers--red {
    font-family: 'GothamProBold';
    font-size: 24px;
    color: #F40305; }
  .numbers--big {
    margin-right: 12px;
    font-family: 'GothamProBold';
    font-size: 59px;
    line-height: 61px; }
    @media (max-width: 991px) {
      .numbers--big {
        font-size: 40px; } }
  .numbers--grey {
    font-family: 'GothamProBold';
    font-size: 18px;
    color: #6A6767; }
  .numbers__text {
    font-family: 'GothamProBold';
    font-size: 14px;
    color: #040404; }
  .numbers__col {
    position: relative; }
    .numbers__col .flex {
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: space-evenly;
          -ms-flex-pack: space-evenly;
              justify-content: space-evenly; }
    @media (min-width: 992px) {
      .numbers__col:not(:last-child):after {
        content: '';
        display: inline-block;
        height: 50px;
        width: 1px;
        background: #D9D9D9;
        position: absolute;
        top: 6px;
        right: -40px; } }
    @media (max-width: 991px) {
      .numbers__col {
        margin-top: 30px; } }

.certificates{
    max-width: 1500px;
    margin: 0 auto;}
    .certificates__title {
      font-family: 'GothamProBold';
      font-size: 24px;
      color: #040404;
      text-align: center; }

    .certificates__gallery {
      margin-top: 30px;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
          /* Temporary property */
          justify-content: center;}
      @media (max-width: 1250px) {
        .certificates__gallery {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center; }
          .certificates__gallery .certificates__image {
            margin-bottom: 15px; } }

    .certificates__image {
      display: inline-block;
      padding: 4px;
      border: 1px solid #6A6767;
      /* Temporary property */
      margin: 0 10px;}
      .certificates__image img {
        height: 198px; }
